home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / winontop / data.frm next >
Text File  |  1995-05-02  |  2KB  |  86 lines

  1. VERSION 2.00
  2. Begin Form frmData 
  3.    BackColor       =   &H00C0C0C0&
  4.    Caption         =   "Data Entry"
  5.    ClientHeight    =   1875
  6.    ClientLeft      =   3840
  7.    ClientTop       =   2805
  8.    ClientWidth     =   3885
  9.    Height          =   2280
  10.    Left            =   3780
  11.    LinkTopic       =   "Form2"
  12.    ScaleHeight     =   1875
  13.    ScaleWidth      =   3885
  14.    Top             =   2460
  15.    Width           =   4005
  16.    Begin TextBox Text3 
  17.       Height          =   375
  18.       Left            =   1440
  19.       TabIndex        =   5
  20.       Text            =   "Waterbury, CT"
  21.       Top             =   1080
  22.       Width           =   2175
  23.    End
  24.    Begin TextBox Text2 
  25.       Height          =   375
  26.       Left            =   1440
  27.       TabIndex        =   4
  28.       Text            =   "Keane, Inc."
  29.       Top             =   600
  30.       Width           =   2175
  31.    End
  32.    Begin TextBox Text1 
  33.       Height          =   375
  34.       Left            =   1440
  35.       TabIndex        =   3
  36.       Text            =   "George Csefai"
  37.       Top             =   120
  38.       Width           =   2175
  39.    End
  40.    Begin Label lblMove 
  41.       Alignment       =   2  'Center
  42.       BackColor       =   &H00C0C0C0&
  43.       Height          =   255
  44.       Left            =   120
  45.       TabIndex        =   6
  46.       Top             =   1560
  47.       Width           =   3615
  48.    End
  49.    Begin Label Label3 
  50.       Alignment       =   1  'Right Justify
  51.       BackColor       =   &H00C0C0C0&
  52.       Caption         =   "Location:"
  53.       Height          =   255
  54.       Left            =   120
  55.       TabIndex        =   2
  56.       Top             =   1200
  57.       Width           =   1215
  58.    End
  59.    Begin Label Label2 
  60.       Alignment       =   1  'Right Justify
  61.       BackColor       =   &H00C0C0C0&
  62.       Caption         =   "Company:"
  63.       Height          =   255
  64.       Left            =   240
  65.       TabIndex        =   1
  66.       Top             =   720
  67.       Width           =   1095
  68.    End
  69.    Begin Label Label1 
  70.       Alignment       =   1  'Right Justify
  71.       BackColor       =   &H00C0C0C0&
  72.       Caption         =   "Name:"
  73.       Height          =   255
  74.       Left            =   600
  75.       TabIndex        =   0
  76.       Top             =   240
  77.       Width           =   735
  78.    End
  79. End
  80. Option Explicit
  81.  
  82. Sub Form_Unload (Cancel As Integer)
  83.     EnableButtons False
  84. End Sub
  85.  
  86.